[INFO] cloning repository https://github.com/SpiralP/classicube-toolgun-plugin
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SpiralP/classicube-toolgun-plugin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpiralP%2Fclassicube-toolgun-plugin", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpiralP%2Fclassicube-toolgun-plugin'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c6811ed2ba0a681775b58b4cfb7d14129c395546
[INFO] checking SpiralP/classicube-toolgun-plugin against try#b946edaa85de45f124065f52b1bc55ba2fb4f9fb for pr-157562
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpiralP%2Fclassicube-toolgun-plugin" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/SpiralP/classicube-toolgun-plugin
[INFO] finished tweaking git repo https://github.com/SpiralP/classicube-toolgun-plugin
[INFO] tweaked toml for git repo https://github.com/SpiralP/classicube-toolgun-plugin written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SpiralP/classicube-toolgun-plugin on toolchain b946edaa85de45f124065f52b1bc55ba2fb4f9fb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SpiralP/classicube-toolgun-plugin already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4bdb7590613a0f9bfcee9b963dfbb9f1033378dcc3d1fd9c53b960ac1895c59f
[INFO] running `Command { std: "docker" "start" "4bdb7590613a0f9bfcee9b963dfbb9f1033378dcc3d1fd9c53b960ac1895c59f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4bdb7590613a0f9bfcee9b963dfbb9f1033378dcc3d1fd9c53b960ac1895c59f" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4bdb7590613a0f9bfcee9b963dfbb9f1033378dcc3d1fd9c53b960ac1895c59f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4bdb7590613a0f9bfcee9b963dfbb9f1033378dcc3d1fd9c53b960ac1895c59f" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking symphonia-core v0.5.5
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling alsa-sys v0.4.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking symphonia-metadata v0.5.5
[INFO] [stderr]    Compiling cpal v0.17.3
[INFO] [stderr]     Checking extended v0.1.0
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking alsa v0.11.0
[INFO] [stderr]     Checking symphonia-format-riff v0.5.5
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]     Checking symphonia-codec-pcm v0.5.5
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking symphonia v0.5.5
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking async-dispatcher v0.1.0 (https://github.com/SpiralP/rust-async-dispatcher.git?branch=main#e31354a7)
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking rodio v0.22.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking nalgebra v0.34.2
[INFO] [stderr]    Compiling classicube-sys v5.0.0+ClassiCube.1.3.8
[INFO] [stderr]     Checking nalgebra-glm v0.20.0
[INFO] [stderr]     Checking classicube-helpers v4.0.0+ClassiCube.1.3.8 (https://github.com/SpiralP/rust-classicube-helpers.git#74a2ae39)
[INFO] [stderr]    Compiling classicube-toolgun-plugin v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "4bdb7590613a0f9bfcee9b963dfbb9f1033378dcc3d1fd9c53b960ac1895c59f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4bdb7590613a0f9bfcee9b963dfbb9f1033378dcc3d1fd9c53b960ac1895c59f", kill_on_drop: false }`
[INFO] [stdout] 4bdb7590613a0f9bfcee9b963dfbb9f1033378dcc3d1fd9c53b960ac1895c59f
